Search
Selection.set Method (DateTime, DateTime, Resource[])
See Also
 






Selects a range of date cells associated with the specified resources.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void set (
    DateTime start,
    DateTime end,
    Resource[] resources
)

 Parameters

start

Specifies the first date in the range.

end

Specifies the last date in the range.

resources

The resources associated with the specified interval.

 See Also